home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EuroCD 3
/
EuroCD 3.iso
/
Utilities
/
Text
/
EdWordV6.0
/
KeywordFiles
/
Pascal.key
< prev
next >
Wrap
Text File
|
1998-06-24
|
2KB
|
103 lines
;
; ##################################################################
; ## ##
; ## Filename : Pascal.key ##
; ## Author : Martin Reddy ##
; ## Date : 3/5/94 ##
; ## Purpose : This file contains keyword definitions which ##
; ## are used by the ISO Standard Pascal language. ##
; ## Keywords : This file contains 77 keywords ##
; ## Used By : Any version of the text editor EdWord. ##
; ## Help : A description of the file format for creating ##
; ## your own Keyword Definition files and how to use ##
; ## them is held in the EdWordHelp Program. ##
; ## ##
; ##################################################################
;
DELIM_OPEN=',{,(*
DELIM_CLOSE=',},*)
INDENT_SYMBOL=Begin,Var,Const,Type
UNINDENT_SYMBOL=End
FUNC_MODE=PASCAL
FILE_EXTNS=.pas,.p
Abs
And
ArcTan
Array
Begin
Boolean
Case
Char
Chr
Const
Cos
Dispose
Div
Do
DownTo
Else
End
Eof
Eoln
Exp
False
File
For
Forward
Function
Get
Goto
If
In
Include
Input
Integer
Label
Ln
MaxInt
Mod
New
Nil
Not
Odd
Of
Or
Ord
Output
Pack
Packed
Page
Pred
Procedure
Program
Put
Read
ReadLn
Real
Record
Repeat
Reset
Rewrite
Round
Set
Sin
Sqr
Sqrt
Succ
Text
Then
To
True
Trunc
Type
UnPack
Until
Var
While
With
Write
WriteLn